Week 3
Milestones
- Expanded the PdfOutputPlugin to include PDF to PDFMake conversion functionality.
- Utilized dependency injection to establish communication between the PluginService and the PdfOutputPlugin.
- Validated supported conversion types with the isSupportedConversion method to ensure compatibility.
Screenshots / Videos
Contributions
Learnings
- Gained insights into handling PDF to PDFMake conversion.
- Practiced dependency injection in NestJS to facilitate seamless communication between components.
- Improved understanding of how to leverage existing plugins to achieve desired functionalities.